Q3NURBCurve_Submit
You can use theQ3NURBCurve_Submit
function to submit an immediate NURB curve for drawing, picking, bounding, or writing.
TQ3Status Q3NURBCurve_Submit ( const TQ3NURBCurveData *curveData, TQ3ViewObject view);
curveData
- A pointer to a
TQ3NURBCurveData
structure.view
- A view.
DESCRIPTION
TheQ3NURBCurve_Submit
function submits for drawing, picking, bounding, or writing the immediate NURB curve whose shape and attribute set are specified by thecurveData
parameter. The NURB curve is drawn, picked, bounded, or written according to the view characteristics specified in theview
parameter.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.